Just use TrackMouseEvent directly
authorTor Lillqvist <tml@iki.fi>
Thu, 2 Sep 2010 21:13:36 +0000 (00:13 +0300)
committerTor Lillqvist <tml@iki.fi>
Thu, 2 Sep 2010 21:30:56 +0000 (00:30 +0300)
commitf42814168c4ad619254210d356434e6e5c43091d
tree6e5eb13b93abe81a1189745763b6caf4d5db8afa
parent00ce32d940ca9558aa2ff492db46423ed848497c
Just use TrackMouseEvent directly

TrackMouseEvent is present in user32.dll in all Windows versions we
support. No need to look it up dynamically. No need to fallback to
_TrackMouseEvent from comctrl32.dll.
gdk/win32/gdkevents-win32.c